DescribePropertyPortItem
Description
Get the host listening port list.
Request Method
POST
Request Path
/apsara/route/Sas/DescribePropertyPortItem
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records per page in the returned result. default value: 20 |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the number of pages currently returned. default value: 1 |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Port | BODY | string | No | No sample value for this parameter. | port number. |
ProcName | BODY | string | No | No sample value for this parameter. | process name. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
TotalCount | integer | no demo value | total number of records returned. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
Proto | string | no demo value | network protocols, such as TCP and UDP. |
CurrentPage | integer | no demo value | currently returns page number. |
Port | string | no demo value | port number. |
PropertyPortItems | array | no demo value | host listening port list, see the following parameter description for specific sub-items. |
Count | integer | no demo value | number of hosts that open this port. |
Example
Successful Response example
{
"TotalCount":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"Proto":"no demo value",
"CurrentPage":"no demo value",
"Port":"no demo value",
"PropertyPortItems":"no demo value",
"Count":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}